home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Backpacker 2 (Sweden)
/
BackPacker 2 (Sweden) (Disc 1).7z
/
BackPacker 2 (Sweden) (Disc 1).bin
/
pc
/
instdata
/
install.dxr
/
Internal_425.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-01
|
229 b
|
9 lines
on StartCopy srcFile, DestFile
global gFileObj, gCopyID, gCopyTicks, gBufferSize
set gCopyID to gFileObj(mCopyFileTaskNew, srcFile, DestFile, gCopyTicks, gBufferSize)
if gCopyID = 0 then
CopyErr()
exit
end if
end